.home-toparea {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 235px 0 170px;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    background: #04304F;
    min-height: 100vh
}

.site-header {
    -webkit-transform: translateY(100%) perspective(100px) rotateX(-3deg);
    transform: translateY(100%) perspective(100px) rotateX(-3deg);
    transition: 1.5s;
    opacity: 0
}

.site-header.loaded {
    -webkit-transform: translateY(0%) perspective(100px) rotateX(0deg);
    transform: translateY(0%) perspective(100px) rotateX(0deg);
    opacity: 1
}

.home-toparea.ready {
    visibility: visible;
    opacity: 1
}

.home-toparea video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 6s ease
}

.loaded .home-toparea video {
    opacity: 1
}

.redirectbg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0
}

.redirectbg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: url(../../../themes/okonteh/img/dilers-top-dark.jpg)100% 100% no-repeat;
    opacity: 1;
    transition: all .6s ease .2s
}

.redirectbg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(5, 45, 71, 0.4);
    opacity: .5;
    transition: all .6s ease .2s
}

.grabbing .home-toparea:before,
.grabbing .home-toparea:after {
    opacity: 1
}

.toparea-inner {
    position: relative;
    z-index: 1
}

.home-toparea_content {
    margin-left: 0;
    position: relative
}

.home-toparea_content h1 {
    font-family: MuseoSansBold;
    color: #FFF;
    padding-left: 7vw;
    font-size: 60px;
    font-size: 6vw;
    line-height: 13vh;
    transition: all 2s ease
}

.home-toparea_content h1.hide {
    opacity: 0
}

.home-toparea_content h1 div {
    display: flex
}

.home-toparea_content h1 div:last-child {
    font-family: "MuseoSansRegular"
}

.fakeH1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 2s ease 2s
}

.grabbing .fakeH1.visible {
    opacity: 1;
    visibility: visible
}

.home-toparea_content span {
    display: block
}

.home-toparea_desc {
    color: #FFF;
    margin: 20px 0 0 0;
    margin-left: calc(15vw + 150px);
    max-width: 435px;
    line-height: 30px;
    font-size: 15px;
    transition: all .6s ease;
    opacity: 0
}

.home-toparea_desc.loaded {
    opacity: 1
}

.mainscreenbutton {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    margin: 15px 0px 0px 0px;
    padding: 15px 38px;
    color: #fff;
    background: #73AC01;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    /* transition: all .3s ease;
    cursor: pointer;
    -webkit-animation-name: mainscreenbutton;
    animation-name: mainscreenbutton;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite */
}

.mainscreenbutton:hover {
    background: #95d612
}

.grabbing .home-toparea_desc {
    visibility: hidden
}

.become-dealer {
    margin-top: 2px;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    color: #1df9ff;
    letter-spacing: 3px
}

.become-dealer:before {
    content: '';
    width: 150px;
    height: 50px;
    background: url(../../../themes/okonteh/img/about.gif)50% 50% no-repeat;
    position: absolute;
    top: 15px;
    left: 30px;
    opacity: 0
}

.touch .become-dealer {
    display: none
}

.home-toparea_about span {
    text-transform: uppercase;
    color: #1df9ff;
    letter-spacing: 1.3px
}

.home-toparea_legend {
    position: relative;
    margin: 15px 0 0 0;
    position: relative;
    padding-left: 70px
}

.home-toparea_legend:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    background: rgba(255, 255, 255, 0.5)
}

.directions {
    padding: 100px 0 50px
}

.stickafter {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 30px;
    background: url(../../../themes/okonteh/img/stickafter.png) 0 75% no-repeat;
    position: relative;
    z-index: 1
}

.bgstrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    top: 0;
    left: 0
}

.directionswrapitem-botcontent .stickafter {
    margin-bottom: 15px
}

.directionswrapitem-leftcontent .directionswrapitem-title {
    margin: 25px 0
}

.vertical_itemblock {
    margin-right: 30px
}

.vertical_itemblock-inn {
    position: relative;
    z-index: 1;
    padding: 0 8% 5%;
    background: #FFF
}

.vertical_itemblock a {
    color: #000;
    display: block;
    cursor: url(../../../themes/okonteh/img/altcursor.png), pointer
}

.vertical_itemblock-title {
    font-family: "MuseoSansBlack";
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin-bottom: -10px
}

.vertical_itemblock-text {
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-top:20px;
}

.vertical_itemblock {
    position: relative;
    padding-top: 0;
    background: #FFF;
    transition: all .1s;
    border: 4px solid #fff
}

.vertical_itemblock:last-child {
    margin-right: 0
}

.vertical_itemblock .bgstrap:nth-child(1) {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: .7;
    transition: all .6s ease .2s
}

.vertical_itemblock .bgstrap:nth-child(2) {
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    opacity: .5;
    transition: all .4s ease .1s
}

.vertical_itemblock .bgstrap:nth-child(3) {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    opacity: .4;
    transition: all .5s ease
}

.vertical_itemblock-bg {
    height: 230px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.vertical_itemblock-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.7s ease
}

.vertical_itemblock-date {
    margin-top: 5px;
    padding-top: 15px
}

.directionswrap {
    align-items: flex-start
}

/* .vertical_itemblock:hover .vertical_itemblock-bg img {
    -webkit-transform: scale(0.1);
    transform: scale(0.1)
} */

.vertical_itemblock:hover .bgstrap:nth-child(1) {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
    opacity: .7
}

.vertical_itemblock:hover .bgstrap:nth-child(2) {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: .5
}

.vertical_itemblock:hover .bgstrap:nth-child(3) {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: .4
}

.horisontal_itemblock a {
    display: flex;
    color: #000;
    cursor: url(../../../themes/okonteh/img/altcursor.png), pointer;
    transition: 1s
}

.horisontal_itemblock-inn {
    position: relative;
    z-index: 2;
    padding: 30px 3%;
    background: #FFF;
    box-sizing: border-box;
    width: 40%
}

.horisontal_itemblock-bg {
    width: 60%;
    min-width: 60%;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.horisontal_itemblock-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.7s ease
}

.horisontal_itemblock-title {
    text-transform: uppercase;
    font-family: "MuseoSansBlack";
    position: relative;
    z-index: 1
}

.vertical_itemblock-capstitle,
.horisontal_itemblock-capstitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    font-family: "MuseoSansBold"
}

.vertical_itemblock-capstitle span,
.horisontal_itemblock-capstitle span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    font-family: "MuseoSansRegular";
    text-transform: none;
    display: block;
    margin-top: 15px;
    height: 515px;
}

.horisontal_itemblock-date {
    margin: 20px 0 15px;
    padding-top: 10px
}

.horisontal_itemblock-text {
    font-size: 13px;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.horisontal_itemblock .bgstrap:nth-child(1) {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    opacity: .7;
    transition: all .6s ease .2s
}

.horisontal_itemblock .bgstrap:nth-child(2) {
    -webkit-transform: translateX(28%);
    transform: translateX(28%);
    opacity: .5;
    transition: all .4s ease .1s
}

.horisontal_itemblock .bgstrap:nth-child(3) {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    opacity: .4;
    transition: all .5s ease
}

.horisontal_itemblock:hover .horisontal_itemblock-bg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.horisontal_itemblock:hover .bgstrap:nth-child(1) {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: .7
}

.horisontal_itemblock:hover .bgstrap:nth-child(2) {
    -webkit-transform: translateX(43%);
    transform: translateX(43%);
    opacity: .5
}

.horisontal_itemblock:hover .bgstrap:nth-child(3) {
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
    opacity: .4
}

.directionswrap .vertical_itemblock {
    margin-top: 50px;
    border: 4px solid #1df8fe00;
    width: calc(100%/3);
}

.directionswrapitem .vertical_itemblock-date {
    margin-bottom: 10px
}

.directionswrapitem .vertical_itemblock-bg {
    height: 270px
}

.directionswrapitem.horisontal_itemblock {
    width: 60%;
    margin-right: 30px;
    border: 4px solid #fff
}

.sitemenu-navigation a:hover {
    color: #1df9ff
}

.directionswrapitem .horisontal_itemblock-capstitle {
    margin-bottom: 50px;
    width: 150%;
    min-width: 160px
}

.directionswrapitem .horisontal_itemblock-text {
    width: 140%;
    min-width: 150px
}

.directionswrapitem .horisontal_itemblock-inn {
    padding: 5% 0% 5% 6%;
    width: 30%
}

.directionswrapitem .horisontal_itemblock-bg {
    width: 70%
}

.infiguresvideo {
    width: 100%;
    padding-left: 22%;
    box-sizing: border-box
}

.infiguresvideo img {
    width: 100%;
    height: auto
}

.infigures inner {
    padding-right: 0
}

.infiguresvideo-bigtext {
    text-transform: uppercase;
    color: #3E6129;
    font-size: 45px;
    font-size: 3vw;
    letter-spacing: 2px;
    line-height: 1;
    padding: 5px 0;
    font-family: "MuseoSansBold"
}

.infiguresvideo-smalltext {
    text-transform: uppercase;
    color: #3c4144;
    font-size: 11px;
    font-size: 1vw;
    letter-spacing: 1.3px
}

.homeabout-firstsect,
.homeabout-secondsect {
    align-items: center
}

.homeabout-digs {
    padding: 50px 80px 50px 10%;
    background: #FFF;
    width: 50%;
    box-sizing: border-box
}

.homeabout-digs_wrp {
    display: flex;
    margin-bottom: 25px
}

.homeabout-digs_wrp:last-child {
    margin: 0
}

.homeabout-digs_dig {
    min-width: 100px;
    text-align: right;
    text-transform: uppercase;
    font-family: "MuseoSansBlack";
    padding-right: 15px
}

.homeabout-digs_text {
    text-transform: uppercase;
    font-size: 13px
}

.homeabout-award {
    width: 40%;
    padding-left: 10%;
    box-sizing: border-box
}

.homeabout-award_desc {
    padding: 15px 0 0 42px;
    line-height: 1.6
}

.homeabout-secondsect {
    margin-top: 0px
}

.homeabout-life {
    padding: 50px 80px 50px 10%;
    width: 50%;
    box-sizing: border-box
}

.homeabout-life_img {
    padding-bottom: 15px;
    text-align: left
}

.homeabout-proizvodstvo img {
    width: 95%;
    max-width: 100%;
    height: auto;
    border: 4px solid white
}

.homeabout-life_desc {
    line-height: 1.6
}

.sectionform-tile {
    margin: 0
}

.sectionform-form {
    background: #FFF;
    padding: 75px 50px 50px 10%;
    box-sizing: border-box;
    max-width: 620px;
    min-width: 550px;
    position: relative;
    z-index: 1
}

.sectionform-els {
    padding-left: 30px;
    margin: 20px 0 0 2px;
    border-left: 4px solid #eaf3f8;
    position: relative;
    z-index: 2
}

.sectionform-form .sectionform-tile {
    position: relative;
    z-index: 2
}

.sectionform-img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-width: 58%
}

.sectionform-img video,
.sectionform-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s ease
}

.sectionform-wrap .bgstrap:nth-child(1) {
    -webkit-transform: translateX(3%);
    transform: translateX(3%);
    opacity: .7;
    transition: all .6s ease .2s
}

.sectionform-wrap .bgstrap:nth-child(2) {
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
    opacity: .5;
    transition: all .4s ease .1s
}

.sectionform-wrap .bgstrap:nth-child(3) {
    -webkit-transform: translateX(9%);
    transform: translateX(9%);
    opacity: .4;
    transition: all .5s ease
}

.sectionform-wrap:hover .sectionform-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sectionform-wrap:hover .bgstrap:nth-child(1) {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    opacity: .7
}

.sectionform-wrap:hover .bgstrap:nth-child(2) {
    -webkit-transform: translateX(9%);
    transform: translateX(9%);
    opacity: .5
}

.sectionform-wrap:hover .bgstrap:nth-child(3) {
    -webkit-transform: translateX(13%);
    transform: translateX(13%);
    opacity: .4
}

.homeproductions-wrap {
    padding-left: 23%
}

.homeproductions-list .sectionheader {
    margin: 0 0 45px -40%
}

.homeproductions-listblock h3 {
    font-family: "MuseoSansBlack";
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}

.homeproductions-listblock h3:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 3px;
    top: 6px;
    background: #3E6129;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.homeproductions-listblock a {
    color: rgba(0, 0, 0, 0.88);
    display: inline-block;
    font-family: "MuseoSansRegular";
    padding: 10px 10px 10px 10px;
    transition: all 0.3s ease-in-out
}

.homeproductions-listblock a.active {
    background: #3E6129;
    color: #FFF
}

.touch .homeproductions-listblock a.active {
    background: transparent;
    color: #000
}

.homeproductions-listblock ul {
    padding-left: 40px
}

.homeproductions-listblock {
    margin-bottom: 30px;
    margin-left: 80px
}

.homeproductions-listblock:last-child {
    margin-bottom: 0
}

.homeproductions-wrap {
    counter-reset: c;
    padding-right: 25px;
    max-width: 980px
}

.homeproductions-wrap li {
    counter-increment: c;
    position: relative;
    padding-left: 25px
}

.homeproductions-wrap li:before {
    content: counter(c, decimal-leading-zero) "/";
    font-size: 12px;
    color: #7cafc3;
    padding-right: 5px;
    font-family: "MuseoSansLight";
    position: absolute;
    left: 0;
    top: 5px
}

.homeproductions-img {
    width: 50%;
    position: relative;
    overflow: hidden
}

.homeproductions-wrap li:hover .homeproductions-wrap li:before {
    display: none
}

.touch .homeproductions-img {
    display: none
}

.inner-wrapper-sticky {
    max-width: 100%
}

.inner-wrapper-sticky img {
    max-width: 100%
}

.fakeproductimg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    transition: all .5s ease-in-out;
    opacity: 0
}

.fakeproductimg.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .5s ease-in-out;
    opacity: 1
}

.stickyproductimg.active {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    opacity: 0;
    transition: all 0.5s ease .2s
}

.headinn {
    align-items: flex-start;
    justify-content: space-between
}

.slider-arrows {
    margin: -13px 20% 0 0
}

.arrow {
    width: 65px;
    height: 60px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    background: #FFF
}

.nextarrow {
    left: 5px
}

.sectionheader {
    font-size: 35px
}

.arrow:before,
.arrow:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.prewarrow:before {
    background: url(../../../themes/okonteh/img/right-arrow.svg)50% 50% no-repeat;
    background-size: 10px;
    z-index: 2;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    transition: all .5s ease
}

.nextarrow:before {
    background: url(../../../themes/okonteh/img/right-arrow.svg)50% 50% no-repeat;
    background-size: 10px;
    z-index: 2;
    transition: all .5s ease
}

.prewarrow:hover:before,
.nextarrow:hover:before {
    background: url(../../../themes/okonteh/img/right-arrow-white.svg)50% 50% no-repeat;
    background-size: 10px
}

.prewarrow:after,
.nextarrow:after {
    background: #3E6129;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all .5s ease
}

.nextarrow:after {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.nextarrow:hover:after,
.prewarrow:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.allbutton a {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin: 50px 0 0 10%;
    padding: 12px 35px;
    border: 2px solid #3E6129;
    color: #3E6129;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all .3s ease;
    font-family: "MuseoSansBold"
}

.allbutton a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
    width: 15px;
    height: 15px;
    background: url(../../../themes/okonteh/img/right-arrow.svg)50% 50% no-repeat;
    background-size: 15px;
    opacity: 0;
    transition: all .3s ease
}

.allbutton a:hover {
    padding: 12px 70px 12px 15px;
    border: 2px solid #3E6129
}

.allbutton a:hover:after {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.drag-text {
    color: #1df9ff;
    position: absolute;
    left: 20px;
    top: 14px;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    width: 108px;
    line-height: 12px;
    letter-spacing: 1px;
    opacity: .5
}

.slider2elwrap,
.slider3elwrap,
.sliderHistoryWrap {
    display: flex
}

.slider2elwrap.slick-initialized,
.slider3elwrap.slick-initialized,
.sliderHistoryWrap.slick-initialized {
    display: block
}

.slider2elwrap .slick-list,
.slider3elwrap .slick-list {
    overflow: visible
}

.slider2item-block {
    background: #FFF;
    box-sizing: border-box;
    margin: 0 30px 0 0;
    padding: 20px 0;
    color: #000;
    align-items: flex-start;
    overflow: hidden;
    position: relative
}

.slider2item-block:after {}

.slider2item-block:before {}

.slider2item-block:hover:after,
.slider2item-block:hover:before {
    opacity: 0
}

.slider2item-image {
    padding: 0 20px;
    max-height: 200px;
    height: 100%;
    width: 170px;
    min-width: 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider2item-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px
}

.slider2item-content {
    padding: 20px 20px 0 0
}

.slider2item-title {
    text-transform: uppercase;
    font-family: "MuseoSansBlack";
    margin-bottom: 10px
}

.homeclients .slider2item-text,
.homeobjects .slider2item-text {
    line-height: 1.6;
    height: 235px
}

.slider2item-link {
    background: #FFF;
    margin: 10px;
    padding: 30px 0;
    box-sizing: border-box;
    color: #000;
    border: 4px solid #fff
}

.sectionform-wrap {
    border: 4px solid white
}

.homeaktsii-headinn_flex {}

.homeaktsii-lebenbau {
    margin: 5px 0 0 100px;
    padding-left: 15px
}

.homeaktsii-lebenbau a {
    font-size: 13px;
    display: inline-block;
    line-height: 1.3;
    color: #3E6129;
    margin-top: 3px
}

.homeaktsii-lebenbau a:hover {
    color: #3E6129;
}

.homeaktsii-item {
    max-width: 49%;
    width: 49%
}

.homeaktsii-item a img {
    border: 4px solid #fff
}

.homeaktsii-item a {
    display: block
}

.homeaktsii-item img {
    width: 100%;
    height: auto
}

.homenewswrap {
    align-items: flex-start
}

.homenewswrap-item .vertical_itemblock-text {
    font-size: 13px
}

.homenewswrap-item .vertical_itemblock-bg {
    height: 150px
}

.homenewswrap-item {
    width: 18%
}

.homenewswrap-wideitem {
    width: 55%;
    margin-right: 30px;
    border: 4px solid white;
    transition: .1s
}

.sectionform-menu {
    background: #FFF;
    padding: 90px 60px 50px 55px;
    width: calc(100% - 550px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.sectionform-menu_block:nth-child(1) {
    padding-right: 20px
}

.sectionform-menu_title {
    text-transform: uppercase;
    font-family: "MuseoSansBlack";
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaf3f8
}

.sectionform-menu_menuitems li {
    margin-bottom: 10px
}

.sectionform-menu_menuitems a {
    color: #183B71;
    display: inline-block;
    line-height: 1.4;
    font-size: 14px
}

.sectionform-menu_menuitems ul {
    max-width: 290px
}

.sectionform-menu_menuitems ul:hover li a {
    color: #7cafc3
}

.sectionform-menu_menuitems ul li:hover a {
    color: #005BC3
}

.sectionform-menu_menuitems ul:nth-child(1) {
    padding-right: 25px
}

.sectionform-menu_copy {
    font-size: 13px;
    color: #424242
}

.sectionform-menu_social img {
    display: block;
    width: 38px;
    height: auto
}

.sectionform-menu_social a {
    display: inline-block;
    margin-right: 10px
}

.sectionform-menu_social {
    margin-right: 22px
}

.sectionform-menu_copy {
    justify-content: space-between;
    max-width: 575px
}

.sectionform-menu_social a:hover {
    opacity: 0.5
}

.pseudoBG {
    display: none
}

.directionswrapitem.horisontal_itemblock:hover,
.slider2item-link:hover,
.homeaktsii-item:hover a img,
.homenewswrap-wideitem:hover,
.vacancy-item:hover {
    border: 4px solid #3E6129;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transform: perspective(100px) rotateX(-1deg);
    transform: perspective(100px) rotateX(-1deg)
}

.vertical_itemblock:hover {
    border: 4px solid #3E6129;
    /* -webkit-transform: perspective(100px) rotateX(-0.2deg);
    transform: perspective(100px) rotateX(-0.2deg) */
}

.homeabout-digs:hover,
.homeabout-life_img:hover,
.order-calculation_item:hover,
.partner-steps_img:hover {
    /* -webkit-transform: perspective(100px) rotateX(-1deg);
    transform: perspective(100px) rotateX(-1deg) */
}

.production-itemImage img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.homeabout-award_img:hover {
    -webkit-transform: perspective(100px) rotateX(-1deg) translateY(-4%);
    transform: perspective(100px) rotateX(-1deg) translateY(-4%)
}

@media only screen and (max-width: 1600px){
.vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 610px;
    }
}


@media only screen and (max-width: 1500px){
.vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 620px;
    }
}

@media only screen and (max-width: 1340px){
.vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 710px;
    }
}

@media only screen and (min-width: 1400px) {
    .home-toparea_content {
        margin-top: 10vh
    }
    .homeproductions-listblock {
        margin-left: 3vw
    }
    .stickmenu-hamburger {
        margin-left: 30px
    }
    .sitemenu-content {
        margin-top: 14vh
    }
    .homeproductions-wrap {
        padding-left: 28vw
    }

}

@media only screen and (max-width: 1070px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 870px;
    }
    .sitemenu-content {
        width: 100%
    }
    .sectionform-form .sectionform-tile {
        margin: 0
    }
    .homeproductions-list .sectionheader {
        margin: 0 0 45px 150px
    }
    .toparea-inner {
        margin-top: 0
    }
    .sticked {
        border-top: 0px solid #dceef6
    }
    .fscreenhide {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .directionswrap {
        max-width: 800px;
        margin: 0 auto;
        flex-wrap: wrap
    }
    .directionswrap .vertical_itemblock {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 30%;
        min-width: 30%;
        margin-right: 0;
        margin-top: 0
    }
    .directionswrapitem.horisontal_itemblock {
        width: 33%;
        min-width: 33%;
        margin-right: 0;
        margin-bottom: 0
    }
    .homeproductions-listblock {
        float: left;
        width: 20%;
        background: white;
        padding: 20px 7px;
        margin: 5px
    }
    .homeproductions-wrap li {
        padding-left: 10px
    }
    .homeproductions-listblock ul {
        padding-left: 0
    }
    .homeproductions-listblock h3 {
        margin-bottom: 5px
    }
    .homeproductions-listblock a {
        border: 2px solid #dceef6;
        margin: 5px;
        background: #eaf3f8
    }
    .homeproductions-wrap li:before {
        display: none
    }
    .directionswrapitem {
        width: 48%;
        min-width: 48%;
        margin-right: 2%
    }
    .directionswrapitem .horisontal_itemblock-bg {
        width: 100%;
        height: 200px;
        float: right;
        min-height: 0
    }
    .directionswrapitem .horisontal_itemblock-inn {
        padding: 5% 0% 5% 7%;
        width: 100%
    }
    .directionswrapitem .horisontal_itemblock-capstitle {
        margin-bottom: 10px;
        width: 100%;
        min-width: 100px;
        font-family: "MuseoSansBold"
    }
    .directionswrapitem .horisontal_itemblock-text {
        width: 100%;
        min-width: 100px;
        display: none
    }
    .horisontal_itemblock-date {
        margin: 0px 0px 10px;
        padding: 0px 35px 0px
    }
    .horisontal_itemblock a {
        overflow: hidden;
        flex-direction: column-reverse;
        min-height: 300px
    }
    .allbutton a {
        margin: 50px 0 0 150px
    }
    .stickafter {
        background: url(../../../themes/okonteh/img/stickafter.png) 0 50% no-repeat
    }
    .directionswrapitem .vertical_itemblock-date {
        margin-bottom: 5px;
        margin-top: 10px
    }
    .homeabout-digs {
        padding: 50px
    }
    .vertical_itemblock a {
        text-align: center;
    }
    .wrap-bgstrap {
        display: none
    }
    .directionswrapitem .vertical_itemblock-bg {
        min-height: 180px
    }
    .vertical_itemblock-capstitle,
    .horisontal_itemblock-capstitle {
        font-size: 15px
    }
    .sectionform-form {
        max-width: 455px;
        min-width: 420px;
        padding: 75px 30px 50px 7%
    }
    .paradigma a {
        right: 7vw
    }
    .sectionform-menu {
        width: 100%;
        padding: 90px 40px 50px 0px
    }
    .homeproductions-img {
        display: none
    }
    .home-toparea {
        padding: 190px 0 200px
    }
    .home-toparea {
        min-height: 500px;
        cursor: default
    }
    .home-toparea_desc {}
    .home-toparea_desc {
        margin-left: 150px;
        font-size: 23px
    }
    .home-toparea_content h1 {
        padding-left: 150px;
        font-size: 45px;
        line-height: 60px
    }
    .sectionheader {
        margin: 0
    }
    .mainscreenbutton {
        margin: 100px 0px 0px 0px
    }
    .become-dealer {
        display: none
    }
    .cursor {
        display: none
    }
    .slider2item-content {
        padding: 0 20px 0 0
    }
    .vertical_itemblock-title {
        margin-bottom: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-top: 15px
    }
    .vertical_itemblock-text {

    }
    .homenewswrap-item {
        width: 33%
    }
    .homenewswrap-wideitem {
        width: 33%
    }
    .horisontal_itemblock-bg {
        height: 200px;
        width: 100%;
        min-height: 200px
    }
    .horisontal_itemblock-inn {
        width: 100%;
        padding: 0;
        min-height: 100px
    }
    .homenewswrap-item .vertical_itemblock-text {
        font-size: 15px;
        display: block;
        text-transform: uppercase;
        font-family: "MuseoSansBlack";
        padding-top: 10px
    }
    .homenewswrap-item .vertical_itemblock-bg {
        height: 200px
    }
    .horisontal_itemblock-text {
        display: none
    }
    .vertical_itemblock-date {
        margin-top: 5px;
        padding-top: 0px
    }
    .horisontal_itemblock-title {
        padding: 15px
    }
    .homeproductions-wrap {
        padding-left: 5%
    }
}

@media only screen and (max-width: 980px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 970px;
    }
    .slider2item-link {
        padding: 5px 20px
    }
    .bglinewrap {}
    .directionswrap {
        flex-wrap: wrap
    }
    .horisontal_itemblock-inn,
    .horisontal_itemblock-bg {}
    .inner {
        padding: 0 3vw
    }
    .homeabout-firstsect,
    .homeabout-secondsect {
        padding: 0;
        justify-content: center
    }
    .homeabout-digs {
        margin-bottom: 0;
        max-width: 540px;
        width: 100%
    }
    .homeabout-life_img {
        text-align: center
    }
    .homeabout-proizvodstvo {}
    .homeabout-award {
        width: 280px;
        padding-left: 0;
        margin: 0 auto
    }
    .homeabout-life {
        width: 280px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto
    }
    .homeabout-award_desc {
        padding: 15px 0 0 0
    }
    .homeabout-award_img {
        text-align: center
    }
    .homeabout-secondsect,
    .homeabout-award {
        margin-top: 50px
    }
    .homeproductions-wrap {
        padding-right: 0;
        padding-left: 0px
    }
    .homeproductions {
        padding: 50px 3% 0;
        position: relative
    }
    .homeproductions-list .sectionheader {
        margin: 0 0 45px 0;
        padding-left: 150px
    }
    .homeproductions-list {
        margin: 0 auto
    }
    .slider2item-block {
        width: auto;
        min-width: 100px
    }
    .slider2item-image img {
        width: 80px;
        margin-left: 10px
    }
    .slider2item-image {
        padding: 0 0;
        max-height: 170px;
        height: 170px;
        width: auto;
        min-width: 100px;
        text-align: center
    }
    .slider2item-content {
        padding: 20px 20px 0
    }
    .homenewswrap {}
    .homenewswrap-wideitem {}
    .vertical_itemblock {}
    .homenewswrap-item {}
    .homenewswrap-item .vertical_itemblock-bg {
        height: 200px
    }
    .sectionform-wrap {
        display: block;
        height: 500px;
        border: 0px solid white
    }
    .sectionform-form {
        height: 85%;
        width: 100%;
        float: left;
        padding: 50px 150px;
        max-width: 100%;
        margin-bottom: 30px
    }
    .footbg {
        margin-top: 170px
    }
    .sectionheader span {
        display: contents
    }
    .sectionform-menu {
        width: 100%;
        margin: 50px auto 0;
        padding: 50px
    }
    .sectionform-img,
    .sectionform-form .wrap-bgstrap {
        display: none
    }
    .footwrap-nextlink span {
        font-size: 100px
    }
    .sectionform-menu_block:nth-child(1) {
        padding-right: 100px
    }
    .sectionform-menu_social {
        margin-right: -105px
    }
    .sectionform-menu_copy {
        margin-top: 25px
    }
    .bgline {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 990px;
    }
    .homeproductions-listblock {
        float: left;
        width: 37%;
        height: 280px;
        background: white;
        padding: 25px 30px;
        margin: 5px
    }
    .sitemenu-navigation a {
        font-size: 17px
    }
    .sitemenu-form {
        max-width: 300px;
        padding: 40px 40px
    }
    .slider2item-image {
        padding: 0 0;
        max-height: 197px;
        height: 100%;
        width: 216px;
        text-align: center;
        margin-bottom: 75px;
        margin-left: 10px
    }
    .homeproductions-list .sectionheader {
        padding-left: 0px
    }
    .sectionheader {
        margin: 0 0 30px 0
    }
    .allbutton a {
        margin: 10px
    }
    .sectionform-form {
        padding: 50px 80px
    }
    .vertical_itemblock {
        margin-right: 5px
    }
    .homenewswrap-wideitem {
        margin-right: 5px
    }
    .sectionform-menu_social {
        margin-right: -55px
    }
    .slider-arrows {
        margin: -13px 0% 0 0
    }
    .homeabout-digs {
        max-width: 480px
    }
    .homeabout-life {
        margin: 30px
    }
    .homeabout-secondsect,
    .homeabout-award {
        margin: 30px;
        .home-toparea_desc {
            margin-left: 20px
        }
        .home-toparea_content h1 {
            padding-left: 20px
        }
        .sectionheader {
            margin: 20px 0px
        }
        .footwrap-nextlink span {
            font-size: 80px
        }
        .sitemenu-form {
            max-width: 320px
        }
        .sitemenu-content {
            width: 90%
        }
        .sectionform-els {
            padding-left: 0
        }
        .homeobjects .slider2item-text,
        .homeclients .slider2item-text {
            display: none
        }
    }
}

@media only screen and (max-width: 700px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: 1100px;
    }
    .slider2item-image {
        margin: 5px auto
    }
    .homeproductions-listblock {
        float: left;
        width: 37%;
        min-height: 305px;
        background: white;
        padding: 25px 30px;
        margin: 5px
    }
    .homeaktsii-lebenbau {
        margin: 5px 0 0 0;
        padding-left: 0;
        min-width: 140px
    }
    .slider2item-block {
        flex-direction: column
    }
    .slider2item-image img {
        margin-left: 0px;
        position: relative
    }
    .slider2item-image {
        margin: 40px auto
    }
    .horisontal_itemblock-date {
        margin: 10px 0px 10px;
        padding: 0px 35px 0px
    }
    .directionswrapitem .vertical_itemblock-date {
        margin-bottom: 5px;
        margin-top: 20px;
        font-size: 9px
    }
    .vertical_itemblock-capstitle,
    .horisontal_itemblock-capstitle {
        font-size: 13px
    }
    .vertical_itemblock a {}
    .horisontal_itemblock a {
        min-height: 260px
    }
    .directionswrapitem .horisontal_itemblock-inn {}
    .homeabout-firstsect,
    .homeabout-secondsect {
        flex-direction: column
    }
    .footwrap-nextlink img {
        max-width: 50%
    }
    .footbg {
        margin-top: 240px
    }
    .sectionform-menu_social {
        margin-right: 21px
    }
    .vertical_itemblock-inn {}
    .home-toparea_desc {
        padding-left: 0;
        margin-left: 0px
    }
    .home-toparea_content h1 {
        padding-left: 0
    }
    .homesertificats .slider2item-link {
        display: block
    }
    .horisontal_itemblock a {}
    .horisontal_itemblock-date {
        margin: -4px 0px 10px;
        padding: 0px 35px 0px
    }
    .directionswrapitem .vertical_itemblock-bg {
        height: 145px
    }
}

@media only screen and (max-width: 600px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: auto;
    }
    .footbg {
        margin-top: 615px
    }
    .inner {
        padding: 0 5%;
        display: flex;
        flex-direction: column
    }
    .sitemenu-navigation a {
        font-size: 30px
    }
    .directionswrapitem .vertical_itemblock-bg {
        height: inherit;
        width: 100%;
        min-height: 100%;
        flex: 0 0 200px
    }
    .horisontal_itemblock-title {
        padding: 0 0px 10px
    }
    .directionswrap {
        flex-wrap: wrap;
        width: 100%
    }
    .horisontal_itemblock a {
        flex-direction: row-reverse;
        height: 140px;
        min-height: 140px
    }
    .horisontal_itemblock-bg img {}
    .home-toparea_content h1 {
        font-size: 30px;
        line-height: 60px
    }
    .home-toparea_desc {
        font-size: 20px;
        width: 365px
    }
    .vertical_itemblock a {
    }
    .directionswrapitem .horisontal_itemblock-inn {
        height: auto;
        padding: 6% 3% 5% 8%
    }
    .directionswrapitem .horisontal_itemblock-bg {
        padding: 0
    }
    .vertical_itemblock-bg {
        height: 200px
    }
    .homenewswrap-item .vertical_itemblock-bg {
        height: inherit;
        width: 203px;
        min-height: 100%;
        flex: 0 0 200px
    }
    .vertical_itemblock-inn {
        width: auto;
        margin-top: 20px;
    }
    .vertical_itemblock-bg img {
        overflow: hidden;
        height: inherit;
        width: 100%
    }
    .vertical_itemblock {
        width: 100%;
        margin-bottom: 25px
    }
    .homenewswrap-wideitem {
        width: 100%;
        margin-bottom: 25px
    }
    .homenewswrap {
        flex-direction: column
    }
    .directionswrap .vertical_itemblock {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        min-width: 30%;
        margin-right: 0;
        margin-top: 0
    }
    .directionswrapitem.horisontal_itemblock {
        width: 100%;
        margin-bottom: 25px
    }
    .directionswrap .vertical_itemblock {
        margin-bottom: 25px
    }
    .footwrap-nextlink span {
        font-size: 80px
    }
    .homeproductions-listblock {
        min-height: 312px
    }
    .horisontal_itemblock-inn {
        height: auto;
        padding: 6% 3% 5% 8%
    }
    .horisontal_itemblock-bg {
        min-height: 100px;
        height: auto;
        padding: 0;
        min-width: 150px;
        flex: 0 0 200px
    }
    .slider-arrows {
        display: none
    }
}

@media only screen and (max-width: 400px) {
    .vertical_itemblock-capstitle span, .horisontal_itemblock-capstitle span{
        height: auto;
    }
    .homenewswrap-item .vertical_itemblock-bg {
        flex: 0 0 100px
    }
    .directionswrapitem .vertical_itemblock-bg {
        flex: 0 0 100px
    }
    .sectionform-form {
        padding: 25px;
        width: 100%;
        min-width: 0
    }
    .homenewswrap-wideitem {
        margin-bottom: 10px
    }
    .infiguresvideo-bigtext {
        font-size: 25px
    }
    .infiguresvideo-smalltext {
        font-size: 15px
    }
    .vertical_itemblock {
        margin-bottom: 10px;
    }
    .sectionform-menu {
        padding: 25px
    }
    .horisontal_itemblock-bg {
        min-width: 0;
        flex: 0 0 100px
    }
    .sectionform-wrap {
        height: 370px
    }
    .homesertificats .slider2item-link {
        padding: 5px 0px
    }
    .sectionheader {
        font-size: 25px
    }
    .homeaktsii-lebenbau {
        margin-bottom: 15px;
        margin-left: 25px
    }
    .homeproductions-list .sectionheader {
        padding-left: 25px;
        margin: 0 0 25px 0;
        font-size: 25px
    }
    .slider2item-content {
        font-size: 13px;
        width: 250px
    }
    .sectionform-menu_copyright {
        margin-bottom: 25px
    }
    .sectionform-form {
        height: auto
    }
    .menu-produktsiya-container {
        display: block
    }
    .sectionform-menu_copy {
        display: block
    }
    .footbg {
        margin-top: 850px
    }
    .sectionform-menu_block:nth-child(1) {
        padding-right: 0;
        margin-bottom: 50px
    }
    .paradigma a {
        opacity: 0
    }
    .footwrap-nextlink span {
        font-size: 40px
    }
    .home-toparea_desc {
        font-size: 15px;
        width: 275px
    }
    .homeabout-digs {
        padding: 25px
    }
    .homeabout-life {
        padding: 0
    }
    .directionswrapitem.horisontal_itemblock {
        margin-bottom: 10px
    }
    .sectionheader {
        margin: 0 0 25px 0
    }
    .homeproductions-listblock {
        min-height: 0;
        width: auto;
        margin: 10px;
        float: none;
        height: auto
    }
    .sectionheader {
        margin: 50px 0 25px 0
    }
    .homeaktsii-wrapper {
        flex-direction: column
    }
    .sectionform-form {}
    .directions {
        padding: 50px 0 25px
    }
    .directionswrap .vertical_itemblock {
        margin-bottom: 10px
    }
    .horisontal_itemblock-bg {
        min-height: 100px;
        height: auto;
        padding: 0;
        min-width: 0;
        flex: 0 0 100px
    }
    .homeaktsii-item {
        max-width: 100%;
        width: 100%
    }
    .home-toparea {
        padding: 130px 0 200px
    }
    .sitemenu-navigation a {
        font-size: 22px
    }
    .top-phone a {
        padding: 10px 10px
    }
    .home-toparea_content h1 {
        font-size: 28px;
        line-height: 35px
    }
    .home-toparea_desc {
        line-height: 25px
    }
    .mainscreenbutton {
        margin: 60px 0px 0px 0px
    }
}

@media only screen and (max-width: 320px) {}

@media only screen and (min-width: 1400px) {
    .home-toparea_desc {
        max-width: 430px
    }
    .sectionform-menu_social {
        margin-right: -26px
    }
}

.cursor {
    background: transparent;
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    padding: 5px;
    width: 250px;
    height: 50px;
    border: 0;
    transition: all .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    pointer-events: none
}

.homeaktsii-lebenbau {
    margin-bottom: 25px
}

.cursor.fixed {
    opacity: 1
}

.cursor.active {
    transition: all 1s ease
}

.slider2item-block {}

.cursor.hover {
    transition: all 1s ease
}

#unlock {
    font-family: Arial;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    transition: all 1s ease
}

#unlock.unlock {
    opacity: 0;
    -webkit-transform: translate(-486px, -50%);
    transform: translate(-486px, -50%)
}

#unlock .title {
    opacity: 0.5;
    color: #FFF;
    font-size: 11px
}

#unlock .subtitle {
    color: #FFF;
    font-size: 16px
}

#unlock .cursorContent {
    width: 186px;
    height: 40px;
    margin: auto;
    position: relative;
    text-align: center
}

#unlock .cursorContent .drag {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    width: 10px;
    height: 10px;
    background-color: #1aedf7;
    border: 0;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(50%) scale(.5);
    transform: translateY(-50%) translateX(50%) scale(.5);
    transition: all .25s ease
}

.fixed #unlock .cursorContent .drag {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #FFF;
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(50%) scale(1);
    transform: translateY(-50%) translateX(50%) scale(1)
}

.hover #unlock .cursorContent .drag {
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0)
}

#unlock .cursorContent .dote {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 2px;
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0
}

.dote.lst {
    visibility: hidden
}

.fixed #unlock .cursorContent .dote {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8)
}

.fixed #unlock .dote.first {
    opacity: 0
}

.fixed #unlock .drag-text {
    opacity: 0
}

.fixed #unlock .become-dealer:before {
    opacity: 1
}

#unlock .cursorContent .drop {
    width: 40px;
    height: 40px;
    border: 1px solid #1df9ff;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all .25s ease;
    opacity: 0
}

.fixed #unlock .cursorContent .drop {
    opacity: 1
}

#unlock .cursorContent .drop.active {
    border: 1px solid rgba(255, 255, 255, 0.8)
}

#unlock .cursorContent .drop.hover {
    border: 1px solid rgba(255, 255, 255, 0.8)
}

#unlock .cursorContent .drop .wave {
    width: 19px;
    height: 19px;
    background-color: #1df9ff;
    opacity: .3;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .25s ease
}

.hover #unlock .cursorContent .drop .wave {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(2.2);
    transform: translate(-50%, -50%) scale(2.2)
}

.cursor * {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

@-webkit-keyframes mainscreenbutton {
    0% {
        -webkit-transform: perspective(100px) rotateX(0deg) translateY(0px);
        transform: perspective(100px) rotateX(0deg) translateY(0px)
    }
    25% {
        -webkit-transform: perspective(100px) rotateX(-10deg) translateY(30px);
        transform: perspective(100px) rotateX(-10deg) translateY(30px)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) translateY(0px);
        transform: perspective(100px) rotateX(0deg) translateY(0px)
    }
}

@keyframes mainscreenbutton {
    0% {
        -webkit-transform: perspective(100px) rotateX(0deg) translateY(0px);
        transform: perspective(100px) rotateX(0deg) translateY(0px)
    }
    25% {
        -webkit-transform: perspective(100px) rotateX(-10deg) translateY(30px);
        transform: perspective(100px) rotateX(-10deg) translateY(30px)
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0deg) translateY(0px);
        transform: perspective(100px) rotateX(0deg) translateY(0px)
    }
}

@media screen and (max-width: 500px) {
	.homeproductions, .after-homeproductions {
		display: none;
	}
}

/*.cert-item {
    width: 200px !important;
}*/

.cert-item .vertical_itemblock-bg {
    height: 245px !important;
}

.infiguresvideo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4vw 0 4vw;
}

.infiguresvideo__text-container, .infiguresvideo__img-container {
    width: 45%;
}

.infiguresvideo__text-container {
    margin: 0 0 0 7vw;
}

.infiguresvideo__img-container img {
    height: 100%;
}

@media screen and (max-width: 500px) {
    .infiguresvideo__text-container, .infiguresvideo__img-container {
        width: 100%;
    }

    .infiguresvideo__img-container {
        height: 230px;
        margin-top: 30px
    }

    .infiguresvideo__img-container img {
        width: 100%;
        height: auto;
    }
}


.directionswrap__item {
    width: 100%;
    display: flex;
    padding: 25px;
    border: 4px solid #fff;
    transition: 0.4s;
    align-items: center;
    flex-wrap: wrap;
}

.directionswrap__item:hover {
    border: 4px solid #3E6129;
}

.directionswrap__title, .directionswrap__subtitle {
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    font-family: "MuseoSansBold";
}

.directionswrap__subtitle {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.image-container {
    margin-right: 50px;
}

.image-container {
    /*width: calc(100%/3 - 50px);*/
    width: 50%;
}

.image-container img {
    width: 100%;
}

.text-container {
    /*width: calc(100%/3*2);*/
    width: calc(100%/2 - 50px);
}

.directionswrap__button, .directionswrap__button-mobi {
    display: inline-block;
    background: #3E6129;
    color: #fff !important;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.3;
    font-family: "MuseoSansBold";
    margin-top: 40px;
}

.directionswrap__button-mobi {
    display: none;
}

@media screen and (max-width: 500px) {
    .image-container, .text-container {
        width: 100%;
    }

    .image-container{
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .directionswrap__title {
        font-size: 20px;
    }

    .directionswrap__subtitle {
        font-size: 16px;
    }

    .directionswrap__button-mobi {
        display: block;
        margin-top: 30px;
    }

    .directionswrap__button {
        display: none;
    }
}

.directionswrap__red {color: #bb2121}

.directionswrap__metal {color: #95969b}

.directionswrap__green {color: #4c6839}

.directionswrap__yellow {color: #d9bd2e}

.directionswrap__list {
   /*  margin-top: 20px; */
    margin-bottom: 20px;
}

.directionswrap__list li {
    background: url(/img/check.png) left center no-repeat;
    padding: 6px 0px 5px 31px;
    background-size: 22px;
}
